X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/Keychain%20Circle%20Notification/KNPersistantState.h diff --git a/Keychain Circle Notification/KNPersistantState.h b/Keychain Circle Notification/KNPersistantState.h deleted file mode 100644 index ad842485..00000000 --- a/Keychain Circle Notification/KNPersistantState.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// KNPersistantState.h -// Security -// -// Created by J Osborne on 7/28/13. -// -// - -#import -#include "SecureObjectSync/SOSCloudCircle.h" -#include "SecureObjectSync/SOSPeerInfo.h" - -@interface KNPersistantState : NSObject -+(instancetype)loadFromStorage; --(void)writeToStorage; - -@property SOSCCStatus lastCircleStatus; -@property NSNumber *debugLeftReason; -@property NSNumber *pendingApplicationReminderInterval; -@property NSDate *pendingApplicationReminder; -@property NSDate *applcationDate; -@property NSDate *lastWritten; -@end